PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotationCollection Class / moveAnnotation Method
Item to move.
Number of positions to move.
In This Topic
    moveAnnotation Method
    In This Topic
    Moves the item up or down to the beginning or end of the collection.
    Syntax
    public boolean moveAnnotation( 
       PDFAnnotation annotation,
       int step
    )

    Parameters

    annotation
    Item to move.
    step
    Number of positions to move.

    Return Value

    True if the item has been moved.
    See Also